home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / logrotate.d / pm-utils < prev    next >
Text File  |  2009-10-06  |  157b  |  9 lines

  1. /var/log/pm-suspend.log /var/log/pm-powersave.log {
  2.        monthly
  3.        rotate 4
  4.        delaycompress
  5.        compress
  6.        notifempty
  7.        missingok
  8. }
  9.